type github.com/jackc/pgx/v5/pgtype.encodePlanLsegCodecBinary

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		lseg.go#L83: 		return encodePlanLsegCodecBinary{}
		lseg.go#L91: type encodePlanLsegCodecBinary struct{}
		lseg.go#L93: func (encodePlanLsegCodecBinary) Encode(value any, buf []byte) (newBuf []byte, err error) {